home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import com.sun.java.swing.JComboBox;
-
- class BasicComboBoxUI$3 implements Runnable {
- // $FF: synthetic field
- BasicComboBoxUI this$0;
- // $FF: synthetic field
- JComboBox val$cBox;
-
- public void run() {
- if (this.this$0.editor != null) {
- this.this$0.editor.setFont(this.val$cBox.getFont());
- }
-
- this.this$0.addKeyAccelerators(this.val$cBox);
- }
-
- // $FF: synthetic method
- BasicComboBoxUI$3(BasicComboBoxUI this$0, JComboBox val$cBox) {
- this.this$0 = this$0;
- this.val$cBox = val$cBox;
- }
- }
-